-
Notifications
You must be signed in to change notification settings - Fork 898
Introduce StashCollection.Apply and Pop #1068
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
cc @nulltoken |
ReinstateIndex = (1 << 0), | ||
} | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The E_TOOMANYNEWLINES
police has been alerted 🚎
Although AppVeyor and Travis both disagree with me, I ❤️ this very much!! Very neat PR, Sir! |
Test coverage could be better, I agree, but nothing much I can do about that atm. CI failed because they http 503'd while getting nugets. |
AppVeyor cringes with the following
|
@nulltoken was thinking of making a common function for both Apply and Pop, so it basically is like
|
5f3375a
to
74ea40b
Compare
👍 |
74ea40b
to
9df9cda
Compare
Done! |
a2edebb
to
9ec319d
Compare
/// <summary> | ||
/// Default. Reinstate working directory stashed changes. | ||
/// </summary> | ||
Default = 0, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about making it explicit? eg. ReinstateWorkingDirectory
9ec319d
to
878e094
Compare
@nulltoken done. |
Introduce StashCollection.Apply and Pop
💯 |
Supersedes #871